home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / utils / lharc / history.eng next >
Text File  |  1991-04-08  |  8KB  |  174 lines

  1.  
  2.                             LHA.EXE ver 2.12
  3.  
  4.                             recent revisions
  5.  
  6.                               21 March 1991
  7.  
  8.         
  9. ------------------------------------------------------------------------
  10.  HISTORY OF REVISIONS, after optimized with Assembler.
  11. ------------------------------------------------------------------------
  12.   ver 2.12
  13.       '/-' option has now takes three values [0|1|2] so that only
  14.       the letter '@' is recognized as the firsst charcter of a
  15.       file name. The motivation for the change is to let Environmental
  16.       string enable to set responce file. The limitation on the number
  17.       of environmetal sstrings, 64, is removed. In the process of
  18.       dearchiving with wildcard specification, LHA sometimes forgot
  19.       the number of files dearchived. In some cases, SFX file aborts
  20.       without warning message. LHA.doc has certain missing informations,
  21.       like /a switch of SFX, and so on.
  22.                                                            21 Mar 91
  23.  
  24.  
  25.   ver 2.11
  26.       When a group of archives are specified with wild card, and when 
  27.       LHA fails to find specified file name in some of them, LHA 
  28.       neglects further search with 'e','x','p' and with 's' options.
  29.       With detecting Disk Full warning, in some cases LHA leaves the 
  30.       old archive with the name LHTMP)1(.LZH. If there is a certain path 
  31.       names with 2 bytes (Japanese KANJI) characters, LHA archives in 
  32.       strange path name with /i0 option.  The SFX routine may corrupt 
  33.       after auto-execution.  These bugs were fixed.
  34.                                                             3 Mar 91
  35.  
  36.   ver 2.10
  37.       The first general public release since LH113c in mid-1989.
  38.  
  39.       In some cases, even with the /i0 switch, path names in
  40.       under_score were recorded.  This bug was fixed.  In the making-
  41.       SFX routine, /m1 option could not shut up asking [Y/N].  With 
  42.       applying the 't' command to the archive having extension LZH, 
  43.       LHA checks for the bytes padded before the files.  You can now 
  44.       specify extensions for the files to be archived with no compres-
  45.       sion if using the '/z' option, to distinguish the original and 
  46.       the one which is archived.
  47.                                                            24 Feb 91
  48.  
  49. ------------------------------------------------------------------------
  50.  
  51.   ver 2.06
  52.       You can add or delete files from an executable SFX.EXE while 
  53.       preserving the SFX feature.  LHA also accepts a file names like
  54.       FILE.TAR.Z, with more than two 'periods' inside the file name
  55.       made on other OS. The display routine for 'm' and 'u' is fixed.
  56.       There were files on which LHA would hang without compressing.
  57.       LHA sometimes failed to check 'disk full' and caused a FAT
  58.       allocation error.  These bugs were fixed.
  59.  
  60.                                                            16 Feb 91
  61.  
  62.   ver 2.05b
  63.       The routine making SFX had a minor bug.  Fixed.
  64.  
  65.                                                             7 Feb 91
  66.  
  67.   ver 2.05a
  68.       The environmental variable is correctly set to LHA from LH. 
  69.       Removed a bug when some extra code is appended after the end of 
  70.       the archive.  Display for the 'u','m' commands and 'Skipped' 
  71.       file warnings are showed explicitly.  The time stamp works
  72.       after 2038 A.D.  Changed the /@ option to /- following GNU's 
  73.       convention.  The /a option for attributes when dearchiving, 
  74.       is corrected. Previously checks whether a new archive can be 
  75.       created.  Under the environment 'APPEND' command of MS-DOS 
  76.       was issued, some files could not be opened. This bug was fixed.
  77.  
  78.       When there are no files to be archived, LHA will exit with
  79.       ERRORLEVEL=2.  When some of the file names are not actually
  80.       used, LHA warns against the filename, with ERRORLEVEL=1.  
  81.  
  82.                                                             6 Feb 91
  83.  
  84.   ver 2.05
  85.       Changed the name of the program to LHA.  (IBM is using LH for
  86.       DOS 5.0, etc. as "Load High.")  Fixed a bug in the compression
  87.       process.  A bug in memory management with 4KB dictionary is
  88.       fixed.  LHA now checks strictly the end of the archive.  A new
  89.       checking routine is included to know the end of compression
  90.       with corrupt files.
  91.  
  92.       New '/@' option is added.  English BETA version (LHA205) is
  93.       released.
  94.                                                             1 Jan 91
  95.  
  96. ------------------------------------------------------------------------
  97.  
  98.   ver 2.04a
  99.       Fixed a bug in the display if using the /o option.
  100.       Fixed a bug in the CRC checks right after testing authenticity.
  101.  
  102.       A new improvement in the compression speed.
  103.                                                            20 Jan 91
  104.  
  105.   ver 2.04
  106.       LH displays the state of action.   An additional information
  107.       option /l is available.   LH recognizes '@' written in the 
  108.       response file as the first letter of the file name.
  109.  
  110.       LH never removes the temporary working file when LH can't
  111.       execute the entire process.  LH had a bug which erased them on
  112.       some occasions.  Temporary files are named 'LHTMP)1(.LZH' and
  113.       'LHTMP)2(.LZH'.  Fixed bug LH may take a header of level 2 for 
  114.       the end of archive.  Fixed bug that caused some confusion when 
  115.       printing more than one file with the 'p' command.  The routine 
  116.       to compute the room that is left on a disk is corrected for 
  117.       the older DOS version 2.xx..
  118.  
  119.       The buffer size was extended, decreasing the number of disk
  120.       accesses used.
  121.                                                            18 Jan 91
  122.  
  123.   ver 2.03a
  124.       Some improvements in the SFX header size, with some bugs fixed.
  125.  
  126.                                                             4 Jan 90
  127.   ver 2.03
  128.       A new SFX routine was added.
  129.                                                             3 Jan 90
  130.  
  131.   ver 2.02f
  132.       Fixed a bug in archiving files when LH was unable to compress.
  133.                                                            29 Dec 90
  134.  
  135.   ver 2.02e
  136.       Bug in ompression routine is fixed.  LH prevents panic even 
  137.       if some of the decoding information is not present. The stack
  138.       size is changed to the default value of the "LSIC" compiler.
  139.  
  140.                                                            27 Dec 90
  141.   ver 2.02d
  142.       LH breaks off immediately after the first hit of ^C.  Dear-
  143.       chiving routine of '*.LZS' files is made straight.  LH
  144.       changed attribute with option /a0.   Fixed a serious bug if
  145.       using the 'f' command.
  146.                                                            25 Dec 90
  147.  
  148.   ver 2.02c
  149.       Bug fixed for checking disk full when LH is archiving.   Made
  150.       'x' command equivalent to 'e' command with option /x1m1.
  151.  
  152.                                                             3 Dec 90
  153.   ver 2.02b
  154.       Made its first public appearance in the accompanying disk
  155.       of C-Magazine.   LH changed the routine to suppress the extra
  156.       ^M, when LH makes an output with DOS redirection.
  157.  
  158.                                                            21 Nov 90
  159.  ver 2.02a
  160.       The first version of LH-series with some routines in .ASM
  161.       machine code.   LH starts to check its' own authenticity from
  162.       this version on.
  163.                                                            18 Nov 90
  164.  
  165. ------------------------------------------------------------------------
  166.  
  167.                NIFTY-Serve  SDI00506 | PFF00253  Haruyasu Yoshizaki
  168.                ASCII-pcs    pcs02846             Yoshi
  169.                PC-VAN       FEM12376             Haruyasu Yoshizaki
  170.  
  171. ------------------------------------------------------------------------
  172.  
  173.                               - end -
  174.